[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.CanRemoveRange

CanRemoveRange Method

CanRemoveRange(int, int)

Determines whether a range of items at the specified startingIndex can be removed from the collection.

Declaration
public bool CanRemoveRange(int startingIndex, int count)
Public Function CanRemoveRange(startingIndex As Integer, count As Integer) As Boolean
Parameters
Type Name Description
int startingIndex

The index of the items that would be removed.

int count

The number of items to be removed.

Returns
Type Description
bool
Implements